Skip to content

N°8910 - Upgrade Symfony packages#810

Merged
bdalsass merged 1 commit intosupport/3.2from
feature/8910-upgrade-symfony-3_2_3
Feb 19, 2026
Merged

N°8910 - Upgrade Symfony packages#810
bdalsass merged 1 commit intosupport/3.2from
feature/8910-upgrade-symfony-3_2_3

Conversation

@bdalsass
Copy link
Contributor

Base information

Question Answer
Related to a SourceForge thread / Another PR / Combodo ticket? https://support.combodo.com/pages/UI.php?operation=details&class=Bug&id=8910
Type of change? Bug fix

If it's a bug

  • Update symfony packages

@bdalsass bdalsass added this to the 3.2.3 milestone Feb 19, 2026
@bdalsass bdalsass self-assigned this Feb 19, 2026
@bdalsass bdalsass added the internal Work made by Combodo label Feb 19, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Symfony packages (var-exporter, http-foundation, cache) and related dependencies to address a reported security vulnerability (Bug #8910). The updates move from Symfony 6.4.x versions to newer 6.4.x patch releases, which include security fixes and PHP 8.4 compatibility improvements.

Changes:

  • Updated symfony/http-foundation from v6.4.14 to v6.4.29 (includes URI validation security fixes)
  • Updated symfony/cache from v6.4.2 to v6.4.12 with strict version conflicts
  • Updated symfony/var-exporter from v6.4.2 to v6.4.26 (adds PHP 8.4 property hooks support)
  • Updated psr/container from 1.1.2 to 2.0.2 (added return type declaration)
  • Updated psr/log from 3.0.0 to 3.0.2
  • Removed symfony/polyfill-php80 (no longer needed with PHP 8.1+ requirement)
  • Updated symfony/polyfill-php83 from v1.28.0 to v1.33.0

Reviewed changes

Copilot reviewed 125 out of 126 changed files in this pull request and generated no comments.

Show a summary per file
File Description
composer.lock Updated all Symfony and PSR library versions
lib/composer/* Updated autoload files to reflect dependency changes
lib/symfony/var-exporter/* Internal Symfony code updates: nullable type hints, PHP 8.4 hooks, sprintf escaping
lib/symfony/http-foundation/* Security fixes for URI validation, session handling improvements
lib/symfony/cache/* Cache adapter improvements, Relay proxy updates
lib/symfony/polyfill-php83/* Added str_increment/str_decrement functions, removed php80 dependency
lib/psr/container/* Added return type declaration to has() method (BC change)
lib/psr/log/* Documentation cleanup

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bdalsass bdalsass changed the title 8910 - Investigate potential vulnerability in Symfony 6.4 Upgrade Symfony packages Feb 19, 2026
@Molkobain Molkobain changed the title Upgrade Symfony packages N°8910 - Upgrade Symfony packages Feb 19, 2026
@bdalsass bdalsass merged commit d2f67dc into support/3.2 Feb 19, 2026
7 checks passed
@bdalsass bdalsass deleted the feature/8910-upgrade-symfony-3_2_3 branch February 19, 2026 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Work made by Combodo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants